home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Entertainment / MacMud / Mud 4.0 / indentp.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-03-16  |  207 b   |  13 lines  |  [TEXT/tefi]

  1. #include <stdio.h>
  2. #include "config.h"
  3. #include "lint.h"
  4. #include "rc.h"
  5.  
  6. extern char *strrchr();
  7. extern int system();    /* Could be char* for sprintf, but... */
  8.  
  9. int indent_program(char *name)
  10. {
  11.     return 0;
  12. }
  13.